ComponentOne ASP.NET MVC Controls
RSI<T> Class
Members 

C1.Web.Mvc.Finance Namespace : RSI<T> Class
Represents a Relative Strength Index indicator series for the FinancialChart.
Object Model
RSI<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
Syntax
'Declaration
 
Public Class RSI(Of T) 
   Inherits SingleOverlayIndicatorBase(Of T)
public class RSI<T> : SingleOverlayIndicatorBase<T> 
Type Parameters
T
Remarks
Relative strength index is a momentum osciallator designed to measure the current and historical strength or weakness of an asset based on the closing prices of a recent trading period.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
            C1.Web.Mvc.Finance.RSI<T>

See Also

Reference

RSI<T> Members
C1.Web.Mvc.Finance Namespace